AncillaryOutputTypeEnum
Provides output type values, as enumerated values, to define the output format of a processed document.
| Parameter | Type | Description |
|---|---|---|
| Barcode | string (enum) | Sets the output to include a barcode as defined in the Barcode object. |
| CertificationSeal | string (enum) | Sets the output to include a seal as defined in the CertifcateSeal object. |
| Encryption | string (enum) | Sets the output to include encryption options as defined in the SetEncryption object. This allows you to define the PDF file encryption information and document rights management options. |
| Watermark | string (enum) | Sets the output to include a watermark as defined in the Watermark object. |
| PdfMerge | string (enum) | Sets the output as a single PDF comprising a merged grouping of individual documents in a packet and removes all individual documents (only returns the single merged PDF). |
| MergedCopyPDF | string (enum) | Sets the output as a single PDF comprising a merged grouping of individual documents in a packet and also returns all individual documents. |
| Zip | string (enum) | Sets the output as a compressed archive (ZIP format). |
| SignaturePointSet | string (enum) | Sets the output as as coordinates for the Signature Point. |
| ESignatureAndFieldSupport | string (enum) | Sets the output to render eSignature and non-signature fields. |